home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / qhlpc.zip / QHLPC.ZIP / QHS.BAT < prev    next >
DOS Batch File  |  1993-03-01  |  1KB  |  36 lines

  1. echo off
  2.  
  3. :                           QhS.Bat, 01 Mar 93, Rhg
  4.  
  5. cls
  6. if x==%1x goto Message
  7.  
  8. if"%QMF%"=="1" QHelpC1 /M=C:\QHelpC\QHelpC.H! %1
  9. :                         ^^^^^^^^^ = LOCATION of the QHelpC.H! file
  10.  
  11. if NOT "%QMF%"=="1" QHelpC /M=C:\QHelpC\QHelpC.H! %1
  12. :                             ^^^^^^^^^ = LOCATION of the QHelpC.H! file
  13. goto END
  14.  
  15. : This batch file assumes the QHelpC (C) is located in the C:\QHelpC sub-DIR.
  16. : If it is NOT, change the LOCATION above ( 2 places ).
  17.  
  18. :           QMF=0==QM Mouse driver NOT installed. SET in  Qh.BAT
  19. :           QMF=1==QM Mouse driver     installed. SET in  Qhm.BAT
  20. :           Use quotes just in case some one removes this variable.
  21.  
  22. :        QM is (C) Copyright Jerry Houston, 1988, All Rights Reserved.
  23.  
  24. :Message
  25. echo                            QhS.Bat, 01 Mar 93, Rhg
  26. echo 
  27. echo       This batch file is NOT intended to be run as a stand alone. It is
  28. echo       intended to be used in conjunction with QEdit (R). It is used to
  29. echo       LOCATE the QHelpC utility AND PASS the 'topic' variable to it.
  30. echo.
  31. echo       The 'Q editor' PASSES the required 'topic' variable to this file.
  32. echo.
  33. goto END
  34.  
  35. :END
  36.